home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / grafik / datapat / orion / windows / install.dat < prev    next >
Text File  |  1996-04-10  |  22KB  |  1,023 lines

  1. /*
  2.  *    FILE: INSTALL.DAT
  3.  *
  4.  *    DESC:
  5.  *    Installation script for the Datapath ORION Driver Software.
  6.  */
  7.  
  8. @DefineProject
  9.     @Name     = "Datapath ORION Driver Software"
  10.     @Version    = "1.07"
  11.     @Subdir     = "\\"
  12.     @OutDrive     = C
  13. @EndProject
  14.  
  15. @DefineVars
  16.     @Drive @OrionDrive   = @OutDrive
  17.     @Dir @Orion          = "\\ORION\\"
  18.     @Drive @WDrive         = @OutDrive
  19.     @Dir @Windows        = "\\WINDOWS\\"
  20.     @Dir @MDLApps        = "\\Ustation\\mdlapps\\"
  21. @EndVars
  22.  
  23. @Display
  24.     @Cls
  25.  
  26.  
  27.                                 DATAPATH 
  28.  
  29.                          Orion Driver software
  30.                               Install Disk
  31.  
  32.                               Version @Version
  33.                         
  34.  
  35.  
  36.    
  37.    
  38.  
  39.  
  40.  
  41.  
  42.  
  43.     @Pause
  44.  
  45.     @Cls
  46.  
  47.    This program will install software to help you set up your ORION.
  48.    It will also optionally install an accelerated, high resolution device
  49.    driver for an application, such as AutoCAD or Windows.  These drivers
  50.    exploit the power of the ORION's graphics accelerator to run
  51.    the applications faster.  The installation may be run again to add
  52.    accelerated, high resolution device drivers for more applications.
  53.  
  54.    Please note that the ORION is 100% VGA and VESA compatible,
  55.    No special drivers are required to run applications using VGA or VESA.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.     @Pause
  64.     @Cls
  65.  
  66.    This program will ask you a number of questions.
  67.  
  68.    Each question has a default answer.
  69.    If the default answer is correct, press the ENTER key.
  70.    Otherwise, type the answer and then press the ENTER key.
  71.  
  72.    If you make a mistake while typing, press the BACKSPACE key
  73.    and then retype the answer.
  74.  
  75.    You may press the [Esc] key at any time to abort the installation.
  76.  
  77.    Note, that if you abort the installation part way through, the whole
  78.    installation should be repeated.  This is because the selected files
  79.    are not copied until the end of the installation.
  80.  
  81.  
  82.     @Pause
  83. @EndDisplay
  84.  
  85. @GetOption
  86.    Please indicate which type of Orion boards you have:
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  106.    bar to the base address required and then press the [Enter] key.
  107.     @Option 21 = "ISA Orions"
  108.     @Option 22 = "VL Orions"
  109.     @Option 23 = "Intergraph Technical Desktop with an Orion"
  110. @EndOption
  111.  
  112. @DefineVars
  113.     @If     (21 [= @Option) @Qstring @Switcher = "Orions"
  114.     @ElseIf (22 [= @Option) @Qstring @Switcher = "Orions"
  115.     @ElseIf (23 [= @Option) @Qstring @Switcher = "TD"
  116.     @Endif
  117. @EndVars
  118.  
  119. @GetOption
  120.    Do you wish to install the ORION setup and utility programs now?
  121.    
  122.  
  123.  
  124.  
  125.  
  126.  
  127.    If this is a first time installation, you should answer Yes.
  128.    This installs the initialization programs and allows you to
  129.    configure optimally the ORION to your monitor.
  130.  
  131.    If you answer No, the ORION will run with a default setup.
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.    Use the [Up Arrow] & [Down Arrow] keys to move the bar
  140.    to the required response and then press the [Enter] key.
  141.     @Option 600 = "Yes"
  142.     @Option 601 = "No"
  143. @EndOption
  144.  
  145. @If (600 [= @Option) /* ( */
  146.  
  147. @GetOutDrive @OrionDrive
  148.     @Suppress A
  149.     @Suppress B
  150.     @Cls
  151.    On which disk drive do you wish to install the ORION setup
  152.    and utility programs:
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  171.    bar to the disk drive required and then press the [Enter] key.
  172. @EndOutDrive
  173.  
  174. @GetSubdir @Orion
  175.     @Cls
  176.    Now you need to specify the destination directory. The
  177.    directory is the location on your disk where the ORION
  178.    setup and utility programs will be installed:
  179.  
  180.     @PROMPT = " Which directory ? "
  181. @EndSubdir
  182.  
  183. @Endif /* 600 ie installing initialization programs ) */
  184.  
  185. @DefineVars
  186.     @Drive @OriWin31Drive = @OrionDrive
  187. @EndVars
  188.  
  189. @GetOption
  190.    Please select the device driver you wish to install:
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  210.    bar to the device driver required and then press the [Enter] key.
  211.     @Option 1 =
  212.         "Protected Mode AutoCAD/AutoShade 2/3D-STUDIO Display ADI 4.2, V1.7"
  213.     @Option 2 =
  214.         "Real Mode AutoCAD 11/AutoShade 2/3D-STUDIO Display ADI 4.1,   V1.02"
  215.     @Option 3 =  "Cadkey v5,                       V1.5"
  216.     @Option 4 =  "Cadvance v3.51,                  V1.5"
  217.     @Option 5 =  "DataCAD v4.06,                   V1.5"
  218.     @Option 7 =  "Generic CADD v6,                 V1.6"
  219.     @Option 8 =  "Lotus 1-2-3 V2.3,                V1.5"
  220.     @Option 9 =  "MicroStation                     V1.09"
  221.     @Option 10 = "MS Windows 3.1,                  V2.41"
  222.     @Option 11 = "MS Word 5.0,                     V1.5"
  223.     @Option 12 = "VersaCAD 386 v7.0,               V1.5"
  224.     @Option 13 = "WordPerfect 5.1,                 V1.5"
  225.     @Option 605 = "NONE"
  226. @EndOption
  227.  
  228. @If (605 /* no drivers chosen */ [! @Option) /* ( */
  229.  
  230. @DefineVars
  231.     @If (2 [= @Option)
  232.         @Qstring @Application = "AutoCAD"
  233.     @ElseIf (3 [= @Option)
  234.         @Qstring @Application = "Cadkey"
  235.     @ElseIf (4 [= @Option)
  236.         @Qstring @Application = "Cadvance"
  237.     @ElseIf (5 [= @Option)
  238.         @Qstring @Application = "DataCAD"
  239.     @ElseIf (7 [= @Option)
  240.         @Qstring @Application = "Generic CADD"
  241.     @ElseIf (8 [= @Option)
  242.         @Qstring @Application = "Lotus 1-2-3"
  243.     @ElseIf (9 [= @Option)
  244.         @Qstring @Application = "MicroStation"
  245.     @ElseIf (10 [= @Option)
  246.         @Qstring @Application = "MS Windows 3.1"
  247.        @Dir @OriWin31 = "@Orion\\WIN31\\"
  248.     @ElseIf (11 [= @Option)
  249.         @Qstring @Application = "MS WORD 5.0"
  250.     @ElseIf (12 [= @Option)
  251.         @Qstring @Application = "VersaCAD"
  252.     @ElseIf (13 [= @Option)
  253.         @Qstring @Application = "WORDPERFECT"
  254.     @Endif
  255. @EndVars
  256.  
  257. @If (10 [= @Option) /* ( */
  258. @GetOutDrive @WDrive
  259.     @Suppress A
  260.     @Suppress B
  261.     @Cls
  262.    On which disk drive is Windows installed:
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  282.    bar to the disk drive and then press the [Enter] key.
  283. @EndOutDrive
  284.  
  285. @GetSubdir @Windows
  286.     @Cls
  287.     @PROMPT = " In which directory is Windows installed ? "
  288. @EndSubdir
  289.  
  290. @GetOutDrive @OriWin31Drive
  291.     @Suppress A
  292.     @Suppress B
  293.     @Cls
  294.    Onto which disk drive should the ORION Windows drivers be copied:
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  314.    bar to the disk drive required and then press the [Enter] key.
  315. @EndOutDrive
  316.  
  317. @GetSubdir @OriWin31
  318.     @Cls
  319.    Now you need to specify the destination directory. The 
  320.    directory is the location on your disk where the ORION
  321.    Windows 3 device drivers will be installed.
  322.  
  323.    This must not be the directory where Windows has been installed.
  324.  
  325.    REMEMBER this directory - you may need to tell the Windows setup program
  326.    when you complete the installation later!
  327.  
  328.     @PROMPT = " Which directory ? "
  329. @EndSubdir
  330.  
  331. @Else /* 10 )( */
  332. @DefineVars
  333.     /* define defaults to avoid errors later */
  334.     @Dir @OriWin31 = "c:\\"
  335. @EndVars
  336. @If (12 /* VersaCAD */ [= @Option) /* ( */
  337. @GetOption
  338.    Which version of VersaCAD have you:
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  354.    bar to the version you have and then press the [Enter] key.
  355.     @Option 800 = "386"
  356.     @Option 801 = "7.0"
  357.     @Option 801 = "6.0"
  358.     @Option 801 = "5.4"
  359.     @Option 802 = "5.3"
  360. @EndOption
  361. @ElseIf (9 /* MicroStation */ [= @Option) /* 12 VersaCAD )( */
  362. @GetOption
  363.    Which version of MicroStation have you:
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.    For V4.0 and above the Protected Mode driver V1.09 will be installed.
  371.  
  372.    For versions earlier than V4.0 the Real Mode driver V1.25 will be
  373.    installed.
  374.  
  375.    The BirdsEye view MDL utility is also copied to your 
  376.    MicroStation MDL applications directory.
  377.  
  378.  
  379.  
  380.  
  381.  
  382.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  383.    bar to the version you have and then press the [Enter] key.
  384.     @Option 818 = "4.0 or later"
  385.     @Option 819 = "3.3 or earlier"
  386. @EndOption
  387. @ElseIf (1 /* PM ADI 4.2 */ [= @Option) /* 9 MicroStation )( */
  388. @GetOption
  389.    Which application do you wish to use the driver with:
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  409.    bar to the version you have and then press the [Enter] key.
  410.     @Option 810 = "AutoCAD Release 12"
  411.     @Option 811 = "AutoCAD Release 11"
  412.     @Option 811 = "AutoCAD Release 10/386"
  413.     @Option 812 = "AutoShade 2"
  414.     @Option 813 = "3D-STUDIO"
  415. @EndOption
  416. @DefineVars
  417.     @If (810 [= @Option || 811 [= @Option)
  418.         @Qstring @Application = "AutoCAD"
  419.     @ElseIf (812 [= @Option)
  420.         @Qstring @Application = "AutoShade"
  421.     @ElseIf (813 [= @Option)
  422.         @Qstring @Application = "3D-STUDIO"
  423.     @Endif
  424. @EndVars
  425. @Endif /* 1 PM ADI 4.2 ) */
  426.  
  427. @GetOutDrive
  428.     @Suppress A
  429.     @Suppress B
  430.     @Cls
  431.    On which disk drive do you wish to install the device driver:
  432.     
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.    This MUST be the same disk drive as the one on which
  447.    @Application has been or will be installed.
  448.  
  449.  
  450.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  451.    bar to the disk drive required and then press the [Enter] key.
  452. @EndOutDrive
  453.  
  454. @GetSubdir
  455.     @If (2 [= @Option || 811 [= @Option)
  456.         /* AutoCAD 11 */
  457.         @Default = "\\ACAD\\"
  458.     @ElseIf (810 [= @Option)
  459.         @Default = "\\ACAD\\DRV\\"
  460.     @ElseIf (812 [= @Option)
  461.         @Default = "\\SHADE\\"
  462.     @ElseIf (813 [= @Option)
  463.         @Default = "\\3DS\\"
  464.     @ElseIf (3 /* Cadkey */ [= @Option)
  465.         @Default = "\\CADKEY\\"
  466.     @ElseIf (4 /* Cadvance */ [= @Option)
  467.         @Default = "\\CAD\\"
  468.     @ElseIf (5 /* DataCAD */ [= @Option)
  469.         @Default = "\\MTEC\\DRV\\"
  470.     @ElseIf (8 /* Lotus 1-2-3 */ [= @Option)
  471.         @Default = "\\123\\"
  472.     @ElseIf (9 /* MicroStation */ [= @Option)
  473.         @Default = "\\USTATION\\DRIVERS\\"
  474.     @ElseIf (11 /* Microsoft Word */ [= @Option)
  475.         @Default = "\\WORD\\"
  476.     @ElseIf (13 /* WordPerfect */ [= @Option)
  477.         @Default = "\\WP51\\"
  478.     @ElseIf (800 /* VersaCAD 386 */ [= @Option)
  479.         @Default = "\\VCAD386\\"
  480.     @ElseIf (801 /* VersaCAD 5.4, 6.0, 7.0 */ [= @Option)
  481.         @Default = "\\VCAD54\\"
  482.     @ElseIf (802 /* VersaCAD 5.3 */ [= @Option)
  483.         @Default = "\\VCAD53\\"
  484.     @Endif
  485.     @Cls
  486.    Now you need to specify the destination directory. The 
  487.    directory is the location on your disk where the device
  488.    driver will be installed. This MUST be the same directory
  489.    where @Application has been or will be installed.
  490.  
  491.     @PROMPT = " Which directory ? "
  492. @EndSubdir
  493.  
  494. @If (9 /* MicroStation */ [= @Option)
  495.     @GetSubdir @MDLApps
  496.         @Cls
  497.    Now you need to specify the directory where you want 
  498.    your MicroStation MDL utility to be installed.
  499.  
  500.     @PROMPT = " Which MDL directory? "
  501. @EndSubdir
  502. @Endif /* ) */
  503.  
  504. @If ("\\@Subdir" == "\\") /* ( */
  505.     /* do nothing */
  506. @ElseIf (@Exists "@OutDrive:\\@Subdir") /* )( */
  507.     /* do nothing */
  508. @Else /* )( */
  509. @GetOption
  510.    The directory @Subdir doesn't exist on disk drive @OutDrive.
  511.    Shall I create it?
  512.  
  513.  
  514.  
  515.  
  516.    If you answer Yes, the directory will be created & the necessary
  517.    files copied into it.  Note however, that if the application has
  518.    not yet been installed, doing so may overwrite this directory. If
  519.    you are not sure answer No.
  520.  
  521.    Answering No will abort the installation.
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  530.    bar to the required response and then press the [Enter] key.
  531.     @Option 620 = "Yes"
  532.     @Option 621 = "No"
  533. @EndOption
  534.  
  535. @If (621 [= @Option)
  536. @Display
  537.     @Cls
  538.    Aborting the installation as requested.
  539.  
  540.    No files have been copied and your selections have been discarded.
  541.  
  542.    Remember to re-commence the installation when you've installed your
  543.    application.
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.     @Pause
  557.     @Abort
  558. @Endif
  559. @Endif /* ) */
  560.  
  561. @Endif /* 10 ) */
  562.  
  563. @GetOption
  564.    Do you wish to view the DOC file for the driver you have just installed?
  565.     
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.    Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
  584.    bar to the required response and then press the [Enter] key.
  585.     @Option 622 = "Yes"
  586.     @Option 623 = "No"
  587. @EndOption
  588.  
  589. @Else /* 605 no drivers chosen )( */
  590. @DefineVars
  591.     /* define defaults to avoid errors later */
  592.     @Dir @OriWin31 = "c:\\"
  593. @EndVars
  594. @Endif /* 605 no drivers chosen ) */
  595.  
  596. @If (3 /* CADKEY */ [= @Option) /* ( */
  597.     @Copy("@OutDrive:\\@Subdir\\grdev.dat", "@OutDrive:\\@Subdir\\grdev.bak")
  598. @ElseIf (5 /* DataCAD */ [= @Option) /* )( */
  599.     @Copy(
  600. "@OutDrive:\\@Subdir\\drivers.gd2", "@OutDrive:\\@Subdir\\drivers2.bak"
  601.             )
  602.     @Copy(
  603. "@OutDrive:\\@Subdir\\drivers.gd4", "@OutDrive:\\@Subdir\\drivers4.bak"
  604.             )
  605. @Endif /* 5 ) */
  606.  
  607. @DefineDisk
  608.     @Label = "Disk 1 of 1"
  609.  
  610.     @If (600 [= @Option) /* install initialization programs ( */
  611.     @BeginLib UTILITY.KDC
  612.         @File *.* @Out @OrionDrive:\\@Orion\\*.*
  613.     @EndLib
  614.     @Endif /* 600 ie install initialization programs ) */
  615.  
  616. @If (9 [= @Option)
  617.     @If (819 [= @Option) /* ( */
  618.     @BeginLib RMUSTN.KDC
  619.         @File *.*
  620.     @EndLib
  621.     @Else /* 819 )( */
  622.     @BeginLib PMUSTN.KDC
  623.         @File *.*
  624.     @EndLib
  625.     @Endif /* 819 ) */
  626.  
  627.     @BeginLib BIRDSEYE.KDC
  628.         @File *.* @Out @OutDrive:\\@MDLApps\\*.*
  629.     @EndLib
  630. @Endif
  631.  
  632. @If (1 [= @Option)
  633.     @BeginLib PADI42.KDC
  634.         @File *.*
  635.     @EndLib
  636. @Endif
  637.  
  638. @If (2 [= @Option) /* ( */
  639.     @BeginLib RADI41.KDC
  640.         @File *.*
  641.     @EndLib
  642. @Endif /* 2 ) */
  643.  
  644. @If (3 /* CADKEY */ [= @Option) /* ( */
  645.     @BeginLib CADKEY.KDC
  646.         @File grdev.dat @AppendTo @OutDrive:\\@Subdir\\grdev.dat
  647.         @File ck_911.exe
  648.         @File orion.doc
  649.     @EndLib
  650. @Endif /* 3 ) */
  651.  
  652. @If (5 /* DataCAD */ [= @Option) /* ( */
  653.     @BeginLib CADKEY.KDC
  654.         @File drivers.gd2 @AppendTo @OutDrive:\\@Subdir\\drivers.gd2
  655.         @File drivers.gd4 @AppendTo @OutDrive:\\@Subdir\\drivers.gd4
  656.         @File ck_911.exe
  657.         @File dl_911.exe
  658.         @File orion.doc
  659.     @EndLib
  660. @Endif /* 5 ) */
  661.  
  662. @If (4 [= @Option) /* ( */
  663.     @BeginLib CADVANCE.KDC
  664.         @File *.*
  665.     @EndLib
  666. @Endif /* 4 ) */
  667.  
  668. @If (7 [= @Option) /* ( */
  669.     @BeginLib GENCAD.KDC
  670.         @File *.*
  671.     @EndLib
  672. @Endif /* 7 ) */
  673.  
  674. @If (8 [= @Option) /* ( */
  675.     @BeginLib LOTUS.KDC
  676.         @File *.*
  677.     @EndLib
  678. @Endif /* 8 ) */
  679.  
  680. @If (12 [= @Option) /* ( */
  681.     @BeginLib VERSACAD.KDC
  682.         @If (800 /* VersaCAD 386 */ [= @Option)
  683.             @File vcad386.cfg
  684.             @File vc3_911.com
  685.         @ElseIf (801 /* VersaCAD 5.4, 6.0, 7.0 */ [= @Option)
  686.             @File vcad54.cfg
  687.             @File vc2_911.com
  688.         @ElseIf (802 /* VersaCAD 5.3 */ [= @Option)
  689.             @File vcad53.cfg @Out enviro.cfg
  690.             @File vc2_911.com
  691.         @Endif
  692.         @File remove.exe
  693.         @File orion.doc
  694.     @EndLib
  695. @Endif /* 12 ) */
  696.  
  697. @If (10 [= @Option) /* ( */
  698.     @BeginLib ORI_WIN.KDC
  699.         @File *.* @Out @OriWin31Drive:\\@OriWin31\\*.*
  700.     @EndLib
  701.     @BeginLib WINDOWS.KDC
  702.         @File *.* @Out @OriWin31Drive:\\@OriWin31\\*.*
  703.         @File *.* @Out @WDrive:\\@Windows\\*.*
  704.     @EndLib
  705.     @BeginLib WIN_SYS.KDC
  706.         @File *.* @Out @OriWin31Drive:\\@OriWin31\\*.*
  707.         @File *.* @Out @WDrive:\\@Windows\\system\\*.*
  708.     @EndLib
  709.     @BeginLib WIN_BITS.KDC
  710.         @File *.* @Out @OriWin31Drive:\\@OriWin31\\*.*
  711.     @EndLib
  712. @Endif /* 10 ) */
  713.  
  714. @If (11 [= @Option) /* ( */
  715.     @BeginLib MSWORD.KDC
  716.         @File *.*
  717.     @EndLib
  718. @Endif /* 11 ) */
  719.  
  720. @If (13 [= @Option) /* ( */
  721.     @BeginLib WORDPERF.KDC
  722.         @File *.*
  723.     @EndLib
  724. @Endif /* 13 ) */
  725.  
  726. @EndDisk
  727.  
  728. @If ("@Switcher" != "TD") /* ( do not use if intergraph stuff */
  729.  
  730. @SetAutoexec
  731.     @AskOverwrite
  732.  
  733.     @If (600 [= @Option) /* ( */
  734.         @Path "@OrionDrive:\\@Orion"
  735.         @Verbatim "@OrionDrive:\\@Orion\\OriInit"
  736.     @Endif /* 600 ie installing initialization programs ) */
  737.  
  738.     @If (811 [= @Option /* AutoCAD Release 11 */)
  739.         @SetReplace("DSPADI", "@OutDrive:\\@Subdir\\RCPATC.EXP")
  740.     @ElseIf (812 [= @Option /* AutoShade 2 */)
  741.         @SetReplace("RDPADI", "@OutDrive:\\@Subdir\\RCPATC.EXP")
  742.         @SetReplace("DSPADI", "@OutDrive:\\@Subdir\\RCPATC.EXP")
  743.     @ElseIf (813 [= @Option /* 3D-STUDIO */)
  744.         @SetReplace("RDPADI", "@OutDrive:\\@Subdir\\RCPATC.EXP")
  745.         @SetReplace("RCPADI", "@OutDrive:\\@Subdir\\RCPATC.EXP")
  746.     @ElseIf (2 [= @Option)
  747.         @Verbatim "@OutDrive:\\@Subdir\\MAGIADI"
  748.     @ElseIf (800 /* VersaCAD 386 */ [= @Option)
  749. @SetReplace("HOOPS_PICTURE", "dynamic/msgraph/vga16-6")
  750. @SetReplace("HOOPS_DRIVER_OPTIONS", "no double-buffering,new hidden surface")
  751.         @Verbatim "@OutDrive:"
  752.         @Verbatim "cd \\@Subdir"
  753.         @Verbatim "VC3_911"
  754.         @Verbatim "VRUN \\@Subdir"
  755.         @Verbatim "cd \\"
  756.     @ElseIf (801 /* VersaCAD 5.4, 6.0, 7.0 */ [= @Option)
  757.         @Verbatim "@OutDrive:\\@Subdir\\VC2_911"
  758.     @ElseIf (802 /* VersaCAD 5.3 */ [= @Option)
  759.         @Verbatim "@OutDrive:\\@Subdir\\VC2_911"
  760.     @Endif
  761. @EndAutoexec
  762.  
  763. @Endif /* ) Don't update autoexec if intergraph stuff */
  764.  
  765. @Finish
  766. @ChDrive @OutDrive
  767. @ChDir "@Subdir"
  768. @If (2 [= @Option) /* ( */
  769. /* don't know if needed yet
  770.     @If (@EMMTotal == 0)
  771.     @Cls
  772.    The ORION real mode ADI driver requires LIM EMS (expanded memory)
  773.    for its Display List so that it can provide its enhanced features such
  774.    as fast zooms & pans, the Birds Eye View, double buffering,
  775.    ViewCACHEing etc.
  776.  
  777.    To get the use of these enhanced features and hence the best out
  778.    of the driver you must get some EMS for your computer system.
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.     @Pause
  791.     @ElseIf (@EMMAvail == 0)
  792.     @Cls
  793.    The ORION real mode ADI driver requires LIM EMS (expanded memory)
  794.    for its Display List so that it can provide its enhanced features such
  795.    as fast zooms & pans, the Birds Eye View, double buffering,
  796.    ViewCACHEing etc.
  797.  
  798.    Your computer system has no LIM EMS (expanded memory) available.
  799.    Without some more EMS being obtained for your computer system you
  800.    will not get the use of these enhanced features and hence the not
  801.    best out of the driver.
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.     @Pause
  812.     @Endif
  813. */
  814. @ElseIf (5 [= @Option) /* )( */
  815.     @If (@EMMTotal == 0)
  816.     @Cls
  817.    The ORION DataCAD Display List driver requires LIM EMS
  818.    (expanded memory) to store its Display List in, so that it can
  819.    provide its enhanced features such as fast zooms & pans.
  820.  
  821.    To enable you to use this driver you must get some EMS for your
  822.    computer system.
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.     @Pause
  836.     @ElseIf (@EMMAvail == 0)
  837.     @Cls
  838.    The ORION DataCAD Display List driver requires LIM EMS
  839.    (expanded memory) to store its Display List in, so that it can
  840.    provide its enhanced features such as fast zooms & pans.
  841.  
  842.    Your computer system has no LIM EMS (expanded memory) available.
  843.     Without some more EMS being obtained for your computer system you
  844.    will not be able to use this driver.
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.     @Pause
  857.     @Endif
  858. @ElseIf (14 [= @Option) /* )( */
  859.     @If (@EMMTotal == 0)
  860.     @Cls
  861.    The ORION VersaCAD driver requires LIM EMS (expanded memory)
  862.    for its Display List so that it can provide its enhanced features such
  863.    as fast zooms & pans.
  864.  
  865.    To get the use of these enhanced features and hence the best out
  866.    of the driver you must get some EMS for your computer system.
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.     @Pause
  880.     @ElseIf (@EMMAvail == 0)
  881.     @Cls
  882.    The ORION VersaCAD driver requires LIM EMS (expanded memory)
  883.    for its Display List so that it can provide its enhanced features such
  884.    as fast zooms & pans.
  885.  
  886.    Your computer system has no LIM EMS (expanded memory) available.
  887.    Without some more EMS being obtained for your computer system you
  888.    will not get the use of these enhanced features and hence the not
  889.    best out of the driver.
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.     @Pause
  901.     @Endif
  902. @ElseIf (10 [= @Option) /* )( */
  903.     @ChDrive @WDrive
  904.     @ChDir "@Windows"
  905.     @Spawn("@InDrive:winwall orion.bmp")
  906.  
  907. /* add a [display] section to system.ini if it does not exist! */
  908.     @Spawn("@InDrive:windisp")
  909.     @Copy("@OriWin31Drive:\\@OriWin31\\orion.bmp", "orion.bmp")
  910.  
  911. @Spawn("@InDrive:mkgroupf orion.grp \"Datapath Orion\" OrionMode @OriWin31Drive:\\@OriWin31\\ORIONMOD.EXE")
  912. @Spawn("@InDrive:addgroup @WDrive:\\@Windows\\ORION.GRP")
  913.  
  914.     @ChDrive @OriWin31Drive
  915.     @ChDir "@OriWin31"
  916.     /* create 1sttime.bat to complete installation */
  917.     @Delete("1sttime.bat")
  918.     @Write("1sttime.bat", "wt", "@WDrive:\n")
  919.     @Write("1sttime.bat", "at", "cd @Windows\n")
  920.     @Write("1sttime.bat", "at", "setup\n")
  921.     @Write("1sttime.bat", "at", "cd \\\n")
  922.  
  923.     /* Build oemsetup.inf to match BIOS on installed Orion */
  924.     @ChDrive @OriWin31Drive
  925.     @ChDir "@OriWin31"
  926.  
  927.     @If ("@Switcher" != "TD")
  928.         @Spawn("@OriWin31Drive:\\@OriWin31\\mk_oem")
  929.     @Endif
  930.  
  931.     /* copy oemsetup.inf into Windows System ... */
  932.     @ChDrive @WDrive
  933.     @ChDir "@Windows\\system"
  934.     @Spawn("@InDrive:newoem Orion @OriWin31Drive:\\@OriWin31\\oemsetup.inf")
  935.     @Cls
  936.     @ChDrive @OriWin31Drive
  937.     @ChDir "@OriWin31"
  938.  
  939. @Endif /* 10 ) */
  940.     @If (622 /* view DOC file */ [= @Option)
  941.         @Cls
  942.    The next screen shows the ORION.DOC file for @Application.
  943.    Use the [Up], [Down], [PageUp], [PageDown] keys to read the file,
  944.    and press [Esc] to finish.
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.         @Pause
  961.         @Cls
  962.         @Spawn("@InDrive:browse orion.doc")
  963.     @Endif
  964.     @ChDrive @OrionDrive
  965.     @ChDir "\\"
  966.     @Cls
  967.  
  968.     @If ("@Switcher" != "TD")             /* Do not run oriscan if intergraph stuff */
  969.         @If (600 [= @Option || 605 [! @Option)
  970.             @ChDrive @OrionDrive
  971.             @ChDir "@Orion"
  972.             @Spawn("oriscan.exe")
  973.             @ChDir "\\"
  974.         @Endif
  975.     @Endif
  976.  
  977. @If (10 [= @Option) /* ( */
  978.     @ChDrive @OriWin31Drive
  979.     @ChDir "@OriWin31"
  980.  
  981.    IMPORTANT!  In order for Windows to function correctly you must install
  982.    the new drivers with Windows setup.  This is essential even if you have
  983.    already installed an earlier version of the Orion Windows driver.
  984.  
  985.    In Windows setup select the Display: line and then choose an Orion
  986.    display from the menu.  
  987.    
  988.    If prompted for a driver disk, enter the path of the Orion directory.
  989.    (Orion directory = @OriWin31Drive:@OriWin31)
  990.  
  991.    Windows setup will be run next.  The installation will then be complete.
  992.  
  993.    Note: For the latest changes to the manual check the file
  994.    @OriWin31Drive:@OriWin31\Orion.DOC.
  995.  
  996.     @FlushKeyboard()
  997.     @Pause
  998.     @Execute "COMMAND.COM", "/E:1536 /C 1STTIME"
  999. @Endif /* 10 ) */
  1000.  
  1001.    You have now completed the software installation.
  1002.    Please remove the floppy disk and store it in a safe place.
  1003.  
  1004.    If you have not yet fitted the ORION into your computer,
  1005.    switch off and do so.
  1006.  
  1007.    Please now re-boot your computer.
  1008.  
  1009.  
  1010.  
  1011.    Thank you for purchasing the DATAPATH ORION.
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.     @Pause
  1020. @EndIf
  1021.     /* setup utilities || no drivers chosen ) */
  1022. @EndFinish
  1023.